home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 April / macformat-023.iso / Reader's Corner / Reader's Contibutions / Modified / FrEQuency data / 00042_button 6.ls < prev    next >
Encoding:
Text File  |  1995-01-19  |  245 b   |  12 lines

  1. on mouseUp
  2.   set the movieRate of sprite 26 to 0
  3.   set the movieRate of sprite 29 to 0
  4.   set the movieTime of sprite 25 to 0
  5.   set the movieRate of sprite 25 to 1
  6.   if the frame > 1900 then
  7.     go("gordo2a")
  8.   else
  9.     go("gordo2")
  10.   end if
  11. end
  12.